home *** CD-ROM | disk | FTP | other *** search
/ Software USA: Special Holiday Edition / Software USA Special Holiday Edition.iso / pc / holiday / savers / snow / install / install.inf < prev    next >
INI File  |  1997-12-09  |  4KB  |  139 lines

  1. ; -------------------------------------------------------------
  2. ;  Design2Graphics Installation Script -- 12/9/97 -- 
  3. ;              for Snow screen saver Vs. 1.01
  4. ; -------------------------------------------------------------
  5.  
  6.  
  7. [infofile]
  8.   filename , License.txt    ; file shown in first dialog box
  9.   appname, "Design2Graphics Snow screen saver"  ; name of the appl.
  10. ;  message , "Do you want to view the readme file?"
  11.   ExeFile, "#W\notepad.exe #D\readme.txt"       ; app to run after install
  12.   Exewait, No                    ; don't wait; close install
  13.  
  14.  
  15. [dialog]
  16. ;  iconname, "README_D.ICO"
  17.   caption, "(c) Design2Graphics, 1997"
  18.   Registration, BDSIW404298
  19.   Info,YES        ; show introductory window?
  20.   DirSelect, yes      ; Determines whether the dir prompt dialog
  21.                         ;    will be displayed. NO hides it
  22.   Browse, yes        ; Determines whether the browse button is displayed
  23.     Infowidth, 50
  24.     Infolength, 50  
  25.   IconName, "d2g_ss.ICO"
  26.  
  27. [data]
  28.   defdir, C:\D2Gsnow
  29.  
  30.  
  31. ; ---------  Batch 1 - File copying step  -------------------
  32.  
  33.  
  34. [Window]
  35.   Show,YES    ;This message is shown in the caption:
  36.   ;Message, "D2G Snow Screen Saver"
  37.   Style, FULL
  38.   Color, BLUE
  39.   ;Caption, "Thank you for trying out the screen saver!"  ; used if not style=FULL
  40.   ;MessageShadowShift, 3        ; the shift value of the message shadow
  41.   ;MessageSColor, 10,235,10     ; Shadow Text Color (RGB)
  42.   ;MessageColor, 0,135,0     ; Text Color
  43.   ;MessageLoc, BOTTOM         ; Location of the Message string: TOP or BOTTOM
  44.  
  45.   InitialBMP, "snowb.bmp"
  46.   InitialBMPX, 1
  47.   InitialBMPY, 100
  48. ;  InitialSound, "TOCATTA.MID"
  49. ;  CustomDlgPos, YES
  50. ;  CustomDlgX, 90
  51. ;  CustomDlgY, 90
  52.  
  53.  
  54. [needed.space]
  55.   minspace, 300000
  56.  
  57. [Options]
  58.   PromptIconMsg, "Do you want to Install the Icons?"
  59.   PromptIcon, NO
  60.   RestartString, ""
  61.   Logging, YES        ; If this option is set to YES, then a log file will
  62.   LogName, "D2Gsnow.LOG"    ; The name of the file that install info will be written 
  63.   DirChg, YES
  64.   OverWrite, YES
  65.  
  66. [disks]
  67.     1 =., "INSTALL"
  68.  
  69. [dest.directories]
  70.   #app.main,    0:
  71.   #app.SETUPWINDIR,    0:SETUPWINDIR
  72.   #app.SETUPSYSDIR,    0:SETUPSYSDIR
  73.  
  74. [app.main]
  75.   1:INFOMSG1.TXT@020062050010        ; A Info MessageBox; loc/width/height
  76.   1:README.TXT, "README.TXT"        ; file name and description
  77.   1:UN.EXE,    "UnInstaller"        ;  ""
  78.  
  79.  
  80. [app.SETUPWINDIR]
  81.   1:Snow.SCR,            "File snow.SCR"
  82.   1:BDUNZIP.DLL
  83.  
  84. ; -------------------------------------------------------------
  85. ; NON-OPTIONAL EXECUTABLE BATCH LIST 3
  86. ; -------------------------------------------------------------
  87.  
  88. [Batch3]
  89. ;  PROG, "NOTEPAD.EXE #D\readme.txt",NOTONTOP, NO
  90.  
  91.  
  92.  
  93.  
  94. ; -----------   Icon Installation step  -----------------
  95.  
  96.  
  97. [progman.groups]
  98.   "D2Gsnow",D2Gsnow.GRP
  99.  
  100. ["D2Gsnow"]
  101.   "Uninstall D2G Snow screen saver", #D\UN.EXE
  102.   "Snow ss Readme", #D\readme.txt
  103. ;  "readme icon", #D\readme_d.ico
  104.  
  105.  
  106.  
  107. ; -------------------------------------------------------------
  108. ;            UNINSTALL OPTIONS
  109. ; -------------------------------------------------------------
  110.  
  111. [UnInstall]         ; UnInstall Options
  112.     Description, "UnInstall the Design2graphics Snow screen saver files?"
  113.     Validate, 1    ; Check against known directories to avoid if set to 1
  114.     TestMode, 0     ; Don't actually delete anything if set to 1
  115.  
  116.     
  117. [UnDirs]     ; Additional Directories to Remove
  118.     ; Dir999, C:\D2Gsnow    ; 
  119.     Dir998, #D        ; delete the default directory     
  120.     
  121. [UnFiles]   ; Additional Files to Remove
  122.     File998, #W\Snow.scr
  123.  
  124. [UnGroups]    ; Program Groups to Remove
  125.     UnGrp999, "D2Gsnow", D2Gsnow.GRP         ; delete the program group
  126.     
  127. [UnItems]    ; Program Items to remove
  128.     "UnInstall the Design2Graphic Files", #D\UN.EXE
  129.  
  130. [UnRegistry]
  131. ;    Registry999, HKEY_CURRENT_USER, Software\InstallWare
  132.  
  133. [NotDirs]
  134. ;    NDir999,#S
  135. ;    NDir998,#W
  136.  
  137. ;[NotFiles]
  138. ;    NFile999, #D\SUB\README        
  139.